Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
Data Structures


Device Structure

You specify a device (for example, when creating a new draw context with the QADrawContextNew function) by filling in a device structure, defined by the TQADevice data type.

typedef struct TQADevice {
   TQADeviceType              deviceType;
   TQAPlatformDevice          device;
} TQADevice;
Field Description
deviceType
The device type. See "Device Types" (page 1-38) for information on the types of devices that are currently supported.
device
A platform device data structure.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996